home *** CD-ROM | disk | FTP | other *** search
/ Super Shareware Collection / Super Shareware Collection.iso / os_2 / pcx2ex14.zip / GET-PCX.DOC < prev    next >
Text File  |  1994-02-01  |  4KB  |  137 lines

  1. GET-PCX version 1.03 by Mike Williams
  2. -------------------------------------
  3.  
  4.  
  5. GET-PCX is a screen-grabber that captures most standard screen modes, 
  6. saving them into a standard PCX file. The file will be saved on the 
  7. drive and in the directory that was current when GET-PCX was loaded,
  8. using the name PIC00000.PCX, PIC00001.PCX, PIC00002.PCX etc.
  9. If the name matches an existing file then GET-PCX tries a higher 
  10. number; it will never overwrite an existing file.
  11.  
  12.  
  13. The Basics ...
  14. --------------
  15.  
  16.  
  17. Syntax: GET-PCX [/BLOAD] [/U] [/NODISK] [/NOEMS] [/QUIET] [/Kx]
  18.  
  19. /BLOAD  : Save text screens in BASIC BLOAD format
  20. /U      : Unload from memory ( if possible )
  21. /NODISK : DO NOT swap TSR code to disk
  22. /NOEMS  : DO NOT swap TSR code to expanded memory
  23. /QUIET  : Disable various beeps
  24. /Kx     : Specify hot-key where:
  25.  
  26.           x       Key
  27.  
  28.           0       Ctrl-Alt-S  (Default) 
  29.           1       Left Shift-Right Shift-S
  30.           2       Ctrl-Alt-P
  31.           3       Left Shift-Right Shift-P
  32.           4       Ctrl-Alt-G
  33.           5       Left Shift-Right Shift-G
  34.  
  35.  
  36.  
  37. The Details ...
  38. ---------------
  39.  
  40.  
  41. /BLOAD
  42.  
  43. If you've ever programmed in BASIC, you may have come across the
  44. BLOAD statement. Basically, it enables the programmer to load the
  45. contents of a disk file directly into a block of memory. Mostly 
  46. this is used for saving and loading screens. By specifying the
  47. BLOAD switch when you load GET-PCX, you instruct the program
  48. to save text-mode screens in a Basic-compatible format. You can
  49. then load them directly in your Basic program.
  50.  
  51. If you do NOT use the BLOAD switch, then the screen is saved 
  52. in a straightforward memory-image format.
  53.  
  54.  
  55. /U
  56.  
  57. When you have finished using GET-PCX, you will probably want to unload it. 
  58. The /U switch will attempt to do this for you. It may not be possible to 
  59. unload GET-PCX if you have loaded another TSR in the meantime.
  60.  
  61.  
  62. /NODISK       /NOEMS
  63.  
  64. GET-PCX saves RAM on load-up by swapping most of its code out to expanded
  65. memory. If insufficient memory is available, disk space is used instead.
  66. When the hot-key is pressed, GET-PCX swaps itself into memory, saves the
  67. current screen, and swaps back. 
  68.  
  69. Unfortunately, this kind of behaviour is unappreciated by some applications,
  70. and can result in a system lockup. If this happens, try using /NODISK
  71. and/or /NOEMS and see if the problem disappears.
  72.  
  73. Note that, when installing GET-PCX in a DOS box under Windows, saving
  74. to EMS is automatically disabled.
  75.  
  76.  
  77. /QUIET
  78.  
  79. In order to inform you that everything is working, GET-PCX issues a number
  80. of rising notes when it pops up, and descending notes when it pops down.
  81. Clever, huh ? This is actually of some use, because it may be the only
  82. visible sign you have that anything has happened. However, if you have
  83. a particularly loud speaker on your PC, or particularly irritable colleagues
  84. at the next desk, you can disable all the beeps by using the /QUIET switch.
  85.  
  86.  
  87. /Kx
  88.  
  89. By default, GET-PCX is activated by pressing CTRL-ALT-S. ( That is, hold 
  90. down CTRL and ALT, and press S ). If this happens to intefere with the
  91. application you are using, you might want to use a different keypress.
  92. Those available are
  93.  
  94.           x       Key
  95.  
  96.           0       Ctrl-Alt-S  (Default) 
  97.           1       Left Shift-Right Shift-S
  98.           2       Ctrl-Alt-P
  99.           3       Left Shift-Right Shift-P
  100.           4       Ctrl-Alt-G
  101.           5       Left Shift-Right Shift-G
  102.  
  103. So, to set the keypress to left shift+right shift+P, you would use
  104.  
  105. GET-PCX /K3
  106.  
  107.  
  108. The Video Modes.
  109. ----------------
  110.  
  111. GET-PCX ought to work ( ! ) on these video modes .....
  112.  
  113. Text Mode - 80x25, 80x43, 80x50, 40x25, 40x43, 40x50.
  114.             Other row/column combinations will PROBABLY work, if they 
  115.             correctly inform the BIOS of what they are doing.
  116.  
  117.  Hercules - 720 x 348 x 2 colours ( well, black and white anyway  )
  118.  
  119.       CGA - 320 x 200 x 4 colours
  120.             640 x 200 x 2 colours
  121.  
  122.       EGA - 640 x 350 x 16 colours ( actually 64 colours, if you've got 
  123.                                      enough video RAM )
  124.  
  125.       VGA - 640 x 480 x 2 colours
  126.             640 x 480 x 16 colours
  127.             320 x 200 x 256 colours
  128.  
  129.  
  130.  
  131. The Legal Stuff.
  132. ----------------
  133.  
  134. GET-PCX is a component of the shareware package PCX2EXE.
  135. It must not be distributed separately. 
  136. For registration details, see PCX2EXE.DOC .
  137.